Skip to content

Update dependency pytest-httpx to ~=0.36.2#271

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/pytest-httpx-0.x
Closed

Update dependency pytest-httpx to ~=0.36.2#271
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/pytest-httpx-0.x

Conversation

@renovate

@renovate renovate Bot commented Apr 18, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
pytest-httpx (changelog) ~=0.33.0~=0.36.2 age confidence

Release Notes

Colin-b/pytest_httpx (pytest-httpx)

v0.36.2

Compare Source

Fixed
  • Document how to ignore query parameters while matching on URL.

v0.36.0

Compare Source

Changed
  • pytest required version is now 9.
Added
  • Explicit support for python 3.14.
  • match_params parameter is now available on responses and callbacks registration, as well as request(s) retrieval. Allowing to provide query parameters as a dict instead of being part of the matched URL.
    • This parameter allows to perform partial query params matching (refer to documentation for more information).
Fixed
  • URL with more than one value for the same parameter were not matched properly (matching was performed on the first value).
  • httpx_mock.add_exception is now properly documented (accepts BaseException instead of Exception).
Removed
  • pytest 8 is not supported anymore.
  • python 3.9 is not supported anymore.

v0.35.0

Compare Source

Changed

v0.34.0

Compare Source

Added
  • is_optional parameter is now available on responses and callbacks registration. Allowing to add optional responses while keeping other responses as mandatory. Refer to documentation for more details.
  • is_reusable parameter is now available on responses and callbacks registration. Allowing to add multi-match responses while keeping other responses as single-match. Refer to documentation for more details.
Fixed
  • httpx_mock.get_request will now also propose to refine filters if more than one request is found instead of only proposing to switch to httpx_mock.get_requests.

Configuration

📅 Schedule: (in timezone Australia/Brisbane)

  • Branch creation
    • "after 8am on saturday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Apr 18, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: uv.lock
Command failed: uv lock --upgrade-package pytest-httpx
Using CPython 3.14.5 interpreter at: /opt/containerbase/tools/python/3.14.5/bin/python3
  × No solution found when resolving dependencies for split (markers:
  │ python_full_version >= '3.12' and python_full_version < '4.0'):
  ╰─▶ Because only pytest-httpx<=0.36.2 is available and pytest-httpx==0.36.2
      depends on pytest>=9.dev0, we can conclude that pytest-httpx>=0.36.2
      depends on pytest>=9.dev0.
      And because apitally:test depends on pytest>=8.4.0,<8.5.dev0, we can
      conclude that apitally:test and pytest-httpx>=0.36.2 are incompatible.
      And because apitally:test depends on pytest-httpx>=0.36.2 and your
      project requires apitally:test, we can conclude that your project's
      requirements are unsatisfiable.

@renovate renovate Bot force-pushed the renovate/pytest-httpx-0.x branch 2 times, most recently from e612a90 to e04c69d Compare April 24, 2026 20:57
@renovate renovate Bot force-pushed the renovate/pytest-httpx-0.x branch 4 times, most recently from 7925b5b to d361cfe Compare April 29, 2026 08:55
@renovate renovate Bot force-pushed the renovate/pytest-httpx-0.x branch 4 times, most recently from d6d1588 to f1cfc42 Compare May 9, 2026 05:35
@renovate renovate Bot force-pushed the renovate/pytest-httpx-0.x branch 4 times, most recently from 35433de to e96cd66 Compare May 16, 2026 13:40
@renovate renovate Bot force-pushed the renovate/pytest-httpx-0.x branch from e96cd66 to a88826d Compare May 23, 2026 01:41

Copy link
Copy Markdown
Member

Closing — pytest-httpx 0.36 requires pytest 9, which dropped Python 3.9 support. Apitally still supports Python 3.9, so we can't take this upgrade yet. Renovate is being constrained to <0.36 in #290 so this PR doesn't get reopened.


Generated by Claude Code

@itssimon itssimon closed this May 23, 2026
@renovate

renovate Bot commented May 23, 2026

Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (~=0.36.2). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate Bot deleted the renovate/pytest-httpx-0.x branch May 23, 2026 02:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant